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 7955185 commit da5e6aaCopy full SHA for da5e6aa
package.json
@@ -39,7 +39,7 @@
39
"build": "npm run clean && node bin/index.js",
40
"start": "npx http-server --coop",
41
"fix": "npx prettier . --write",
42
-
+ "prepare": "npm run build && npm run fix && npm run publint",
43
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
44
},
45
"repository": {
0 commit comments