Skip to content

Commit 2aefa82

Browse files
committed
remove no-tests flag
1 parent b32fb1f commit 2aefa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "NODE_ENV=dev mocha",
1111
"test:dist": "NODE_ENV=dev mocha test/dist",
1212
"build": "rm -rf ./dist/ && npx tsup",
13-
"pub": "np patch --no-tests",
13+
"pub": "np patch",
1414
"types": "npx tsc"
1515
},
1616
"main": "./dist/riscript.js",

0 commit comments

Comments
 (0)