Skip to content

Commit

Permalink
Merge pull request #106 from Axway/APIGOV-20804
Browse files Browse the repository at this point in the history
APIGOV-20804: Fix build script
  • Loading branch information
todanator authored Oct 25, 2021
2 parents 17647fe + 4c82771 commit 3e67d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitbucket/bitbucket-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://axway.com"
},
"scripts": {
"build": "yarn tsc && yarn copy:assets",
"build": "npm run tsc && npm run copy:assets",
"copy:assets": "npx cpx 'src/assets/**' 'dist/src/assets'",
"test": "ts-mocha --timeout 10000",
"test:coverage": "nyc yarn test",
Expand Down
2 changes: 1 addition & 1 deletion layer7/layer7-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://axway.com"
},
"scripts": {
"build": "yarn tsc && yarn copy:assets",
"build": "npm run tsc && npm run copy:assets",
"copy:assets": "npx cpx 'src/assets/**' 'dist/src/assets'",
"test": "ts-mocha --timeout 10000",
"test:coverage": "nyc yarn test",
Expand Down

0 comments on commit 3e67d15

Please sign in to comment.