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 92ec4e0 commit 9bafc46Copy full SHA for 9bafc46
package.json
@@ -26,6 +26,7 @@
26
"build:website": "rm -rf build-website/* && parcel build website/index.html -d build-website --experimental-scope-hoisting --no-content-hash && cp website/CNAME build-website/CNAME",
27
"deploy": "gh-pages -d build-website",
28
"lint": "eslint --cache --format codeframe src test website",
29
+ "release": "yarn run build && np",
30
"test": "jest",
31
"test:watch": "jest --watch"
32
},
0 commit comments