Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent 6c3eaf0 commit 002ccf6
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 @@ -67,7 +67,7 @@
"scripts": {
"browser:bundle": "browserify test/browser/app.js --outfile test/browser/bundle.js",
"browser:watch": "budo test/browser/app.js --live --serve test/browser/bundle.js",
"build:dist": "babel src --out-dir dist --source-maps && cp package.json dist/ && cd dist/ && yarn",
"build:dist": "babel src --out-dir dist --source-maps && cp package.json dist/ && cd dist/ && touch yarn.lock && yarn",
"build:indices": "babel-node src/_util/cli.js reindex",
"build:tests:noskip": "rimraf test/languages && babel-node src/_util/cli.js writetests --noskip",
"build:tests": "rimraf test/languages && babel-node src/_util/cli.js writetests",
Expand Down

0 comments on commit 002ccf6

Please sign in to comment.