Skip to content

Commit

Permalink
chore: fix publish by skipping require verification
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 15, 2021
1 parent bf97c5b commit 360abb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:lang": "vjslang --dir dist/lang",
"clean": "shx rm -rf ./dist ./test/dist && shx mkdir -p ./dist ./test/dist",
"lint": "vjsstandard",
"prepublishOnly": "npm-run-all build-prod && vjsverify --verbose",
"prepublishOnly": "npm-run-all build-prod && vjsverify --skip-require --verbose",
"start": "npm-run-all -p server watch",
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
"test": "npm run build-test && karma start scripts/karma.conf.js",
Expand Down

0 comments on commit 360abb7

Please sign in to comment.