Skip to content

Commit

Permalink
Disable server cache, open directory on server start
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 3, 2021
1 parent 4b7ca9d commit f253f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"docs": "npm run docs --prefix $npm_package_config_wpdtrt_npm_scripts",
"lint": "npm run lint --prefix $npm_package_config_wpdtrt_npm_scripts",
"release": "npm run release --prefix $npm_package_config_wpdtrt_npm_scripts",
"server": "http-server ./",
"server": "http-server ./ -c-1 -o",
"test": "npm run test --prefix $npm_package_config_wpdtrt_npm_scripts && npx cypress run",
"test:js": "node build-scripts/cypress.js",
"test:jsui": "npx cypress open",
Expand Down

0 comments on commit f253f99

Please sign in to comment.