We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e53aa commit f9ba7d4Copy full SHA for f9ba7d4
1 file changed
package.json
@@ -95,7 +95,7 @@
95
},
96
"main": "index.js",
97
"scripts": {
98
- "solid": "npm run clean && node ./bin/solid",
+ "solid": "node ./bin/solid",
99
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
0 commit comments