Skip to content

Commit

Permalink
build(global): refining deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vajahath committed Dec 29, 2019
1 parent 31cf9a0 commit 1487ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
node-version: '12'
registry-url: 'https://registry.npmjs.org'
- run: node --version
- run: npm ci
- run: npm run ci-i
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run test
- run: npm run rescope vaju
working-directory: ./generator
- run: ls && npm publish --tag=next --access=public
Expand All @@ -37,10 +37,10 @@ jobs:
node-version: '12'
registry-url: 'https://npm.pkg.github.com'
- run: node --version
- run: npm ci
- run: npm run ci-i
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run test
- run: npm run rescope vajahath
working-directory: ./generator
- run: ls && npm publish --tag=next
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"scripts": {
"ci-test": "npm run lint && npm test",
"ci-i": "npm ci && npm run base-ci && npm run hk-ci && npm run gen-ci",
"ia": "npm i && npm run base-i && npm run hk-i && npm run gen-i",
"test": "npm run base-test && npm run hk-test && npm run gen-test",
Expand Down

0 comments on commit 1487ad8

Please sign in to comment.