Skip to content

Commit f9ba7d4

Browse files
committed
Removed default use of clean in solid-script
1 parent 11e53aa commit f9ba7d4

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
@@ -95,7 +95,7 @@
9595
},
9696
"main": "index.js",
9797
"scripts": {
98-
"solid": "npm run clean && node ./bin/solid",
98+
"solid": "node ./bin/solid",
9999
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100100
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",

0 commit comments

Comments
 (0)