Skip to content

Commit

Permalink
Separate linting from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jul 24, 2023
1 parent 73f9865 commit a6e7e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"watch-scenario-js": "watchify -p [ browserify-hmr -p 3124] javascript/scenario.js -o app/assets/javascripts/guide/scenario.js",
"watch": "yarn run watch-application-js & yarn run watch-scenario-js & yarn run watch-css",
"lint": "standard javascript/**/*.js | snazzy",
"test": "yarn run lint && browserify javascript/tests/*.test.js | tape-run",
"test": "browserify javascript/tests/*.test.js | tape-run",
"build-css": "postcss -o app/assets/stylesheets/guide/application.css styles/application.css",
"watch-css": "postcss -w -o app/assets/stylesheets/guide/application.css styles/application.css",
"build": "yarn run build-js && yarn run build-css"
Expand Down

0 comments on commit a6e7e99

Please sign in to comment.