Skip to content

Commit 6288b81

Browse files
committed
Test after building
1 parent e57ce61 commit 6288b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typings": "dist/opus.d.ts",
1414
"scripts": {
1515
"build": "rm -rf dist && rollup -c",
16-
"prepublishOnly": "npm run test && npm run build",
16+
"prepublishOnly": "npm run build && npm run test",
1717
"test": "jest"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)