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 a350e2e commit d1f2f53Copy full SHA for d1f2f53
package.json
@@ -33,6 +33,7 @@
33
"scripts": {
34
"watch": "npm run build -- --watch",
35
"build": "rollup -c",
36
+ "deploy": "rm -fr ./dist && npm run build && npm publish",
37
"lint": "eslint 'src/**/*.js'",
38
"prettier": "prettier --write 'src/**/*.{js,jsx,json,css}'",
39
"testonly": "cross-env NODE_ENV=test mocha $npm_package_options_mocha",
0 commit comments