We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f801dcf commit 2f236baCopy full SHA for 2f236ba
.github/workflows/provenance.yml
@@ -21,6 +21,7 @@ jobs:
21
scope: "@socketsecurity"
22
- run: npm install -g npm@latest
23
- run: npm ci
24
+ - run: npm run build:dist
25
- run: npm publish --provenance --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -20,7 +20,7 @@
20
"socket-npx": "dist/npx-cli.js"
},
"scripts": {
- "build": "npm run build:dist && npm run build:test",
+ "build": "run-s build:*",
"build:dist": "rollup -c .config/rollup.dist.config.mjs",
"build:test": "rollup -c .config/rollup.test.config.mjs",
"check": "run-p -c --aggregate-output check:*",
0 commit comments