We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32fb1f commit 2aefa82Copy full SHA for 2aefa82
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"test": "NODE_ENV=dev mocha",
11
"test:dist": "NODE_ENV=dev mocha test/dist",
12
"build": "rm -rf ./dist/ && npx tsup",
13
- "pub": "np patch --no-tests",
+ "pub": "np patch",
14
"types": "npx tsc"
15
},
16
"main": "./dist/riscript.js",
0 commit comments