Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc0328 committed Nov 20, 2019
1 parent 6984d09 commit c2fe0a2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,5 +3,5 @@ node_js:
- 10
before_script:
- npm install
- npm run bootstrap
- npm run bootstrap:ci
script: npm run test
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"site": "cd ./packages/graphin-site && npm run start",
"studio": "cd ./packages/graphin-studio && npm run start",
"bootstrap": "lerna bootstrap",
"bootstrap:ci": "lerna bootstrap --ignore @antv/graphin-studio --ignore graphin-site",
"build": "lerna run build",
"contributor": "git-contributor",
"clean": "sudo lerna clean && npm run rm-package-lock",
Expand Down
50 changes: 50 additions & 0 deletions packages/graphin/.npmignore
@@ -0,0 +1,50 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log
.DS_Store

# Coverage directory used by tools like istanbul
coverage

# Dependency directories
node_modules
**/node_modules
**/lib
**/es
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output of 'npm pack'
*.tgz


# dotenv environment variables file
.env

# IDE
.idea

# build
lib
build

# lock
package-lock.json


# yarn-lock
yarn.lock


# ignore dist files
.vscode/
src

0 comments on commit c2fe0a2

Please sign in to comment.