Skip to content

Commit

Permalink
update playground->index in npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjacobbloom committed Apr 29, 2020
1 parent bc24e61 commit 1a5378b
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 @@ -6,7 +6,7 @@
"type": "module",
"types": "types/playback.d.ts",
"scripts": {
"playground": "npx http-server -o test/playground.html",
"playground": "npx http-server -o test/index.html",
"test": "TS_NODE_IGNORE=\"/node_modules|(ts$)/\" npx ts-mocha -p test/tsconfig.json test/*.ts",
"build-grammar": "npx nearleyc src/parser/grammar.ne -o src/parser/grammar.js",
"build": "npx rollup -c; # npm run build-declarations",
Expand Down

0 comments on commit 1a5378b

Please sign in to comment.