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 2f79796 commit f055e83Copy full SHA for f055e83
1 file changed
package.json
@@ -6,8 +6,9 @@
6
"scripts": {
7
"test": "NODE_ENV=test yarn karma start --browsers=ChromeHeadless --single-run",
8
"test:chrome-debugger": "yarn karma start --browsers=Chrome --single-run=false --debug",
9
- "build": "yarn webpack --mode=production",
10
- "prepare": "yarn rimraf dist/* && yarn build"
+ "build": "webpack --mode=production",
+ "prepare": "rimraf dist/* && yarn build",
11
+ "publish-dry-run": "yarn prepare && yarn pack --filename primo-explore-google-analytics.tgz"
12
},
13
"repository": {
14
"type": "git",
0 commit comments