Skip to content
Snippets Groups Projects
Verified Commit 62f34a58 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Put back prepare script to allow installation from git as npm

dependency
parent 718b5605
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
],
"sideEffects": false,
"scripts": {
"prepare": "npm run clean && npm run build:es && npm run build:cjs",
"clean": "rm -rf ./dist",
"lint": "node_modules/.bin/eslint ./ && npm run lint:translations && npm run lint:containers",
"lint:containers": "node ./scripts/container-lint.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment