Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit f055e83

Browse files
author
Elliott Grieco
committed
Fixes script
1 parent 2f79796 commit f055e83

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"scripts": {
77
"test": "NODE_ENV=test yarn karma start --browsers=ChromeHeadless --single-run",
88
"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"
9+
"build": "webpack --mode=production",
10+
"prepare": "rimraf dist/* && yarn build",
11+
"publish-dry-run": "yarn prepare && yarn pack --filename primo-explore-google-analytics.tgz"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)