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 e57ce61 commit 6288b81Copy full SHA for 6288b81
package.json
@@ -13,7 +13,7 @@
13
"typings": "dist/opus.d.ts",
14
"scripts": {
15
"build": "rm -rf dist && rollup -c",
16
- "prepublishOnly": "npm run test && npm run build",
+ "prepublishOnly": "npm run build && npm run test",
17
"test": "jest"
18
},
19
"dependencies": {
0 commit comments