Skip to content

Commit e2fa570

Browse files
authored
Merge pull request #253 from milahu/patch-2
restore the prepare script "npm run build"
2 parents 331b908 + cd3fcd7 commit e2fa570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"reset": "yarn run clean:global && yarn install && yarn build",
2323
"--------------- ": "",
2424
"test:target": "mocha --recursive \"./test/tests\"",
25-
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
25+
"test:ci": "cd test && yarn install && cd .. && cross-env TEST_TARGET=dist yarn run test:target",
2626
"posttest": "yarn run benchmark",
27-
"prepare": "cd test && yarn install",
27+
"prepare": "npm run build",
2828
"release": "standard-version && git push --follow-tags origin main"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)