diff --git a/package.json b/package.json index 13e81ed..fd7704e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url" : "https://github.com/lezer-parser/python.git" }, "scripts": { - "build": "lezer-generator src/python.grammar -o src/parser && rollup -c", + "build": "lezer-generator src/python.grammar -o src/parser && rollup -c && ls src/ && cp src/tokens.js dist/ && cp src/highlight.js dist/ && cp src/parser.terms.js dist/ && ls dist/", "build-debug": "lezer-generator src/python.grammar --names -o src/parser && rollup -c", "prepare": "npm run build", "test": "mocha test/test-*.js"